home *** CD-ROM | disk | FTP | other *** search
- 1 *** Do *NOT* Localize any string that starts with '***'.
- 2 *** They are comments to be used by localizers to identify sections.
- 3 *** They also mark the beginning of a new 'section' within the String Table.
- 10 MSFlexGrid Wizard
- 15 MSFlexGrid Wizard...
- 1000 Introduction
- 1002 The MSFlexGrid Wizard will help you create an MSFlexGrid.
- 1005 Are you sure you want to exit MSFlexGrid Wizard?
- 2000 Select Grid Type
- 2010 Select the type of grid you want to use.
- 2020 Grid type
- 2030 &Standard
- 2035 Standard: A simple grid type that displays your records in a datasheet.
- 2040 &Outline
- 2045 Outline: A grid type that automatically merges, and groups your data.
- 2050 Description:
- 2100 Set Appearance Style
- 2110 Choose a grid style.
- 2120 &Grid style:
- 2130 Classic
- 2135 Professional
- 2140 Contemporary
- 2145 Win32 Application
- 2160 Customize...
- 2200 Set Column Settings
- 2210 Set Column Order by dragging and dropping the columns below.
- 2220 Set Column Width by dragging the column borders. Drag to zero to make column invisible.
- 2300 Set Application UI Options
- 2310 Select which User Interface options you would like.
- 2320 Options
- 2330 Allow Column &Dragging
- 2340 Allow &Column Dragging and Sorting
- 2350 Allow User &Sorting
- 2360 Enable column sorting by double clicking on the column headers
- 2370 Edit column headers by double clicking on a header and typing.
- 3000 Finished!
- 3001 The MSFlexGrid Wizard is finished collecting information.
- 3002 &Close
- 4001 Wizard Report
- 10000 MSFlexGrid Created
- 10001 The MSFlexGrid has been created.
- 10002 Don't show this dialog in the future.
- 10003 OK
- 30000 Incomplete Data.
- 30001 You must ... before you can continue.
- 40001 variables for data binding
- 40002 variables for enabling column sort
- 40003 variables for column dragging
- 40004 set strings
- 40005 open connection
- 40006 create a recordset using the provided collection
- 40007 place the columns in the right order
- 40008 loop to re-order the columns
- 40009 set grid's column widths
- 40010 set grid's column merging and sorting
- 40011 set grid's style
- 40012 make header bold
- 40013 grey every other row
- 40014 light grey
- 40015 grey every other column
- 40016 code in grid's DragDrop, MouseDown, MouseMove, and MouseUp events enables column dragging
- 40017 we weren't dragging
- 40018 clear drag flag
- 40019 test to see if we should start drag
- 40020 wrong button
- 40021 already dragging
- 40022 if got to here then start the drag
- 40023 must drag header
- 40024 didn't move enough yet
- 40025 code in grid's DblClick event enables column sorting
- 40026 sort only when a fixed row is clicked
- 40027 save old column
- 40028 set new column
- 40029 increment sort type
- 40030 if clicking on a new column, start with ascending sort
- 40031 if clicking on the same column, toggle between ascending and descending sort
- 40032 does Exchange-type sort on column m_iSortCol
- 40033 move Close button to the lower right corner
- 40034 avoid error on negative values
- 40035 in Twips
- 40036 modify column's headers
- 40037 find the highest value starting from this column
- 40038 move the column with the max value to the left
-